host-interaction/network/routing-table

get routing table

rule:
  meta:
    name: get routing table
    namespace: host-interaction/network/routing-table
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: call
    att&ck:
      - Discovery::System Network Configuration Discovery [T1016]
  features:
    - or:
      - api: iphlpapi.GetIpForwardTable
      - api: iphlpapi.GetIpForwardTable2

last edited: 2023-11-24 10:34:28